Fix the lost line separator
authorDenis Pynkin <denis.pynkin@collabora.com>
Thu, 16 Apr 2020 19:12:51 +0000 (22:12 +0300)
committerColin Walters <walters@verbum.org>
Thu, 16 Apr 2020 21:34:09 +0000 (17:34 -0400)
Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
ci/travis-build.sh

index 3fd969bdced6a0fe55b4bbecea7c0d478a0d57c1..942c0e77b4dbe149a4633e58c767c1b8bac120f0 100755 (executable)
@@ -85,7 +85,7 @@ make="make -j${ci_parallel} V=1 VERBOSE=1"
 
 ../configure \
     --enable-always-build-tests \
-    ${ci_configopts}
+    ${ci_configopts} \
     "$@"
 
 ${make}